treewide: drop executable file attrib for non-executable files
[oweals/u-boot_mod.git] / u-boot / board / ar7240 / db12x / config.mk
1 # ROM version
2 ifdef COMPRESSED_UBOOT
3         TEXT_BASE = 0x80010000
4         BOOTSTRAP_TEXT_BASE = 0x9F000000
5 # RAM version
6 else
7         ifdef CONFIG_SKIP_LOWLEVEL_INIT
8                 TEXT_BASE = 0x80100000
9         else
10                 TEXT_BASE = 0x9F000000
11         endif
12 endif