Skip to content

Commit

Permalink
fix compile on ZH_CN system
Browse files Browse the repository at this point in the history
  • Loading branch information
mangobuge committed Aug 31, 2016
1 parent 9f19cac commit 94b94ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ ifneq ($(MT7621_MP), y)
uboot.img: uboot.bin
ifeq ($(CFG_ENV_IS), IN_SPI)
./tools/mkimage -A $(ARCH) -T standalone -C none \
-a $(TEXT_BASE) -e $(shell readelf -h u-boot | grep "Entry" | awk '{print $$4}') \
-a $(TEXT_BASE) -e $(shell LC_ALL=C readelf -h u-boot | grep "Entry" | awk '{print $$4}') \
-n "$(shell echo $(CFG_ENV_IS) | sed -e 's/IN_//') Flash Image" \
-r $(DRAM_TYPE) -s $(DRAM_TOTAL_WIDTH) -t $(DRAM_SIZE) -u $(DRAM_WIDTH) \
-y $(DRAM_SYSCFG0) -z $(DRAM_SYSCFG1) -w $(CPU_PLL_CFG) -d $< $@
Expand Down

0 comments on commit 94b94ae

Please sign in to comment.