X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsansa_fuze_plus.h;h=1beff234db178854526bc478bec24863d45c3b17;hb=bdf97b5d393fc94666a847e9bac1c358b2c63c59;hp=3bf1601a7d1a052f3f99ea17fe92f91829fa4861;hpb=c5343d4e1113bc0fe0adabd635453323882946bf;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sansa_fuze_plus.h b/include/configs/sansa_fuze_plus.h index 3bf1601..1beff23 100644 --- a/include/configs/sansa_fuze_plus.h +++ b/include/configs/sansa_fuze_plus.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIGS_SANSA_FUZE_PLUS_H__ #define __CONFIGS_SANSA_FUZE_PLUS_H__ @@ -9,7 +8,6 @@ /* U-Boot Commands */ /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x08000000 /* Max 128 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1