commit | 234306038064131a77da176d41e89e2c1535cda9 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Mon Mar 23 22:47:21 2015 +0100 |
committer | Matt Turner <mattst88@gmail.com> | Tue May 26 10:01:50 2015 -0700 |
tree | 87cf662b943e62a09a704353bcc5b9b3c5f45a6d | |
parent | 9f7b2d1f02c5dae9c7fd59848681c88dc3741819 [diff] |
alpha: Fix bootpfile and bootpzfile make targets Fix the bootpfile and bootpzfile make targets to creat BOOTP images. Both targets were broken due to some missing defines to re-map ELF constants. In addition the old code used the generic vsprintf function of the kernel which we now replace by a simple and much smaller implementation for the bootloader. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Matt Turner <mattst88@gmail.com>