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:
parent
3b447ae154
commit
65ceab5261
1 changed files with 0 additions and 2 deletions
|
@ -36,13 +36,11 @@ fi
|
|||
|
||||
# Beagleboard-xm
|
||||
: ${U_BOOT_BIN_DIR=build/omap3_beagle/}
|
||||
: ${FLAG=-DDM37XX}
|
||||
: ${CONSOLE=tty02}
|
||||
|
||||
|
||||
# BeagleBone (and black)
|
||||
#: ${U_BOOT_BIN_DIR=build/am335x_evm/}
|
||||
#: ${FLAG=-DAM335X}
|
||||
#: ${CONSOLE=tty00}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue