1 /* head.inc: head common definitions -*- asm -*-
3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
13 #if defined(CONFIG_MB93090_MB00)
14 #define LED_ADDR (0x21200000+4)
17 sethi.p %hi(0xFFC00030),gr3
18 setlo %lo(0xFFC00030),gr3
20 andicc gr3,#0x100,gr0,icc0
30 #elif defined(CONFIG_MB93093_PDK)
31 #define LED_ADDR (0x20000023)
47 __sdram_base = 0x00000000 /* base address to which SDRAM relocated */
49 __sdram_base = __page_offset /* base address to which SDRAM relocated */