recovery: restructure the recovery source tree, add new files
[kernel/u-boot.git] / recovery / board / samsung / universal / config.mk
1 #
2 # Copyright (C) 2010 # Samsung Elecgtronics
3 #
4
5 # Recovery block' size should be 1 block (256K)
6 # Recovery block includes the onenand_ipl(16K), so actual size is 240K
7 TEXT_BASE       = 0x34000000
8 # 256K - 16K(IPL Size)
9 TEXT_BASE_256K  = 0x3403C000
10
11 AFLAGS += -DCONFIG_RECOVERY_BLOCK -g -UTEXT_BASE -DTEXT_BASE=$(TEXT_BASE)
12 CFLAGS += -DCONFIG_RECOVERY_BLOCK -g -D__HAVE_ARCH_MEMCPY32
13