]> Git Repo - J-u-boot.git/blob - board/ve8313/config.mk
autoconfig.mk: avoid apostophes around hex values
[J-u-boot.git] / board / ve8313 / config.mk
1 ifndef NAND_SPL
2 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
3 endif
4
5 ifndef CONFIG_SYS_TEXT_BASE
6 CONFIG_SYS_TEXT_BASE = 0xfe000000
7 endif
This page took 0.026355 seconds and 4 git commands to generate.