X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsx1%2Fsx1.c;h=aaef76e713decc903155aa4c558f256fe111b9a1;hb=822bd70db49773b4d57eaa484dca83386a6b3479;hp=c14a385b1259ff900be2105b7f54b7be5a3d8da3;hpb=232c150a250bb2fcb894b15d67c65df2458e271f;p=oweals%2Fu-boot.git diff --git a/board/sx1/sx1.c b/board/sx1/sx1.c index c14a385b12..aaef76e713 100644 --- a/board/sx1/sx1.c +++ b/board/sx1/sx1.c @@ -27,6 +27,8 @@ #include +DECLARE_GLOBAL_DATA_PTR; + static void flash__init (void); static void ether__init (void); @@ -43,10 +45,8 @@ static inline void delay (unsigned long loops) int board_init (void) { - DECLARE_GLOBAL_DATA_PTR; - /* arch number of SX1 Board */ - gd->bd->bi_arch_number = 241; + gd->bd->bi_arch_number = MACH_TYPE_SX1; /* adress of boot parameters */ gd->bd->bi_boot_params = 0x10000100; @@ -116,8 +116,6 @@ static void ether__init (void) int dram_init (void) { - DECLARE_GLOBAL_DATA_PTR; - gd->bd->bi_dram[0].start = PHYS_SDRAM_1; gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;