arm:make the kernel server and driver binaries identical.

Make the kernel server and driver binaries indentical for the different
ARM platforms. We no longer need to define the AM335X or DM37XX flags
during compilation. The remaining differences are all located in u-boot.

Change-Id: I14ac60837dd2d7f116bc5fa56d3989b48d7c4fea
This commit is contained in:
Kees Jongenburger 2013-12-13 14:46:56 +01:00
parent 3b447ae154
commit 65ceab5261

View file

@ -36,13 +36,11 @@ fi
# Beagleboard-xm # Beagleboard-xm
: ${U_BOOT_BIN_DIR=build/omap3_beagle/} : ${U_BOOT_BIN_DIR=build/omap3_beagle/}
: ${FLAG=-DDM37XX}
: ${CONSOLE=tty02} : ${CONSOLE=tty02}
# BeagleBone (and black) # BeagleBone (and black)
#: ${U_BOOT_BIN_DIR=build/am335x_evm/} #: ${U_BOOT_BIN_DIR=build/am335x_evm/}
#: ${FLAG=-DAM335X}
#: ${CONSOLE=tty00} #: ${CONSOLE=tty00}
# #